projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
438b6b1
)
* test/automated/package-test.el (package-test-update-archives-async):
author
Glenn Morris
<rgm@gnu.org>
Wed, 29 Apr 2015 06:24:48 +0000
(23:24 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 29 Apr 2015 06:24:48 +0000
(23:24 -0700)
Skip test on hydra.nixos.org.
test/automated/package-test.el
patch
|
blob
|
history
diff --git
a/test/automated/package-test.el
b/test/automated/package-test.el
index 1f8f8ac328989656a814fc449ade8fd485823c5a..ed2e3cf25aa83a083fb6141f3b685afb16f482f6 100644
(file)
--- a/
test/automated/package-test.el
+++ b/
test/automated/package-test.el
@@
-343,6
+343,8
@@
Must called from within a `tar-mode' buffer."
(ert-deftest package-test-update-archives-async ()
"Test updating package archives asynchronously."
(skip-unless (executable-find "python2"))
+ ;; For some reason this test doesn't work reliably on hydra.nixos.org.
+ (skip-unless (not (getenv "NIX_STORE")))
(with-package-test (:basedir
package-test-data-dir
:location "http://0.0.0.0:8000/")